home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / doc / compat.doc < prev    next >
Text File  |  1993-07-05  |  462b  |  28 lines

  1.  
  2.     COMPAT.DOC (c)Copyright 1990, Matthew Dillon, All Rights Reserved
  3.  
  4. TABLE OF CONTENTS
  5.  
  6. c.lib/compat/bpf.a
  7.  
  8.  
  9. string/bpf                        string/bpf
  10.  
  11.    NAME
  12.     __builtin_printf() (___builtin_printf:)
  13.  
  14.    SYNOPSIS
  15.     none
  16.  
  17.    FUNCTION
  18.     Used by author when compiling the DICE source with other commercial
  19.     compilers to 'bootstrap' them.  Exists for historical reasons only.
  20.  
  21.    NOTE
  22.     This function simply calls printf() and should not be used
  23.     normally.
  24.  
  25.    SEE ALSO
  26.     printf
  27.  
  28.